home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / lib / tclX6.4c / dist / tcllib / help / status / infox < prev    next >
Encoding:
Text File  |  1992-11-10  |  1.6 KB  |  37 lines

  1.  
  2.  
  3.           infox option
  4.                Return information about Extended Tcl, or the current
  5.                application. The following infox command options are
  6.                available:
  7.  
  8.                version
  9.                     Return the version number of Extended Tcl.  The
  10.                     version number for Extended Tcl is generated by
  11.                     combining the base version of the standard Tcl
  12.                     code with a letter indicating the version of
  13.                     Extended Tcl being used.  This is the
  14.                     documentation for version tcl6.2b.
  15.  
  16.                patchlevel
  17.                     Return the patchlevel for Extended Tcl.
  18.  
  19.                appname
  20.                     Return the symbolic application name of the
  21.                     current application linked with the Extended Tcl
  22.                     library.  The C variable tclAppName must be set by
  23.                     the application to return an application specific
  24.                     value for this variable.
  25.  
  26.                applongname
  27.                     Return a natural language name for the current
  28.                     application. The C variable tclLongAppName must be
  29.                     set by the application to return an application
  30.                     specific value for this variable.
  31.  
  32.                appversion
  33.                     Return the version number for the current
  34.                     application.  The C variable tclAppVersion must be
  35.                     set by the application to return an application-
  36.                     specific value for this variable.
  37.